-
61 объявление управления выполнением алгоритмов
Programming: declaration of algorithm execution controlУниверсальный русско-английский словарь > объявление управления выполнением алгоритмов
-
62 подобный алгоритм
Programming: such algorithm -
63 превосходный алгоритм
Programming: excellent algorithmУниверсальный русско-английский словарь > превосходный алгоритм
-
64 примеры анализа алгоритмов
Programming: examples of algorithm analysisУниверсальный русско-английский словарь > примеры анализа алгоритмов
-
65 принципы анализа алгоритмов
Programming: principles of algorithm analysisУниверсальный русско-английский словарь > принципы анализа алгоритмов
-
66 рекурсивное разбиение алгоритма
Programming: recursive decomposition in an algorithmУниверсальный русско-английский словарь > рекурсивное разбиение алгоритма
-
67 упорядочивание вызовов алгоритмов
Programming: sequencing of algorithm invocationsУниверсальный русско-английский словарь > упорядочивание вызовов алгоритмов
-
68 усовершенствования базового алгоритма
Programming: improvements to the basic algorithmУниверсальный русско-английский словарь > усовершенствования базового алгоритма
-
69 усовершенствованная версия алгоритма быстрой сортировки
Programming: tuned version of the quicksort algorithmУниверсальный русско-английский словарь > усовершенствованная версия алгоритма быстрой сортировки
-
70 алгоритм оптимизации
1) Economy: optimization algorithm2) Programming: optimizing algorithm (= optimization algorithm)3) Quality control: optimal algorithm4) Makarov: optimization procedureУниверсальный русско-английский словарь > алгоритм оптимизации
-
71 алгоритм упорядочения
1) Engineering: ordering algorithm2) Programming: sequencing algorithm, sort algorithm (тж. алгоритм сортировки; каждый алгоритм сортировки можно отнести к одному из трёх базовых методов: перестановка элементов, их отбор и вставка), sorting algorithm (тж. алгоритм сортировки; каждый алгоритм сортировки можно отнести к одному из трёх базовых методов: перестановка элементов, их отбор и вставка)Универсальный русско-английский словарь > алгоритм упорядочения
-
72 алгоритм управления
1) Engineering: control algorithm, control flow, control strategy, flow of control, steering algorithm (реализации метода)2) Astronautics: control logic3) Programming: (объектом) control algorithm (алгоритм, определяющий управление в реальном времени. См. Теория управления. Терминология. Вып. 107. М. Наука, 1988)4) Automation: control law5) Robots: control procedure6) Facilities: management algorithmУниверсальный русско-английский словарь > алгоритм управления
-
73 алгоритм планирования
1) Engineering: scheduling algorithm2) Mathematics: planning algorithm3) Programming: (оперативного) scheduling algorithmУниверсальный русско-английский словарь > алгоритм планирования
-
74 алгоритм цифровой обработки сигналов
1) Information technology: DSP algorithm2) Programming: digital signal processing algorithmУниверсальный русско-английский словарь > алгоритм цифровой обработки сигналов
-
75 базовый алгоритм
1) Programming: basic algorithm2) Makarov: fundamental algorithm -
76 циклический алгоритм
1) General subject: round-robin algorithm (алгоритм обслуживания в системах с разделением времени, при котором задача, использовавшая выделенный ей ресурс времени центрального процессора, прерывается и помещается в конец очере)2) Mathematics: cyclic algorithm3) Programming: (диспетчеризации) round robinУниверсальный русско-английский словарь > циклический алгоритм
-
77 последовательный
1. serial2. serially3. sequential4. sequentiallyРусско-английский словарь по информационным технологиям > последовательный
-
78 запрограммировать
Бизнес, юриспруденция. Русско-английский словарь > запрограммировать
См. также в других словарях:
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia
Algorithm engineering — is a combination of theoretical algorithm design with real world data. By taking an algorithm and combining it with a hardware device connected to the real world, you are able to more accurately verify and validate the algorithm results and… … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Algorithm Builder — ist eine Entwicklungsumgebung für AVR Mikrocontroller, basierend auf einer graphischen Makro Assembler Sprache. Der gesamte Programmablauf wird in graphischer Form als Flussdiagramm eingegeben. Es lässt sich mit einzelnen Anweisungen direkt auf… … Deutsch Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Programming idiom — A programming idiom is a means of expressing a recurring construct in one or more programming languages. Generally speaking, a programming idiom is an expression of a simple task or algorithm that is not a built in feature in the programming… … Wikipedia
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … The Hutchinson dictionary of word origins
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … Word origins
Algorithm (C++) — In the C++ programming language, algorithm is a function template that can work with (theoretically) any container containing values of any type. However, this is not always true because algorithms may have restrictions on the container/iterator… … Wikipedia